home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 20 / jimutils / include / offsets / mathieeedoubbas.i < prev    next >
Encoding:
Text File  |  1994-01-27  |  368 b   |  19 lines

  1.     ifnd    Call
  2. Call    macro                ; a macro to call library routines
  3.     jsr    _LVO\1(a6)
  4.     endm
  5.     endc
  6.  
  7. _LVOIEEEDPFix    EQU    -30 
  8. _LVOIEEEDPFlt    EQU    -36 
  9. _LVOIEEEDPCmp    EQU    -42 
  10. _LVOIEEEDPTst    EQU    -48 
  11. _LVOIEEEDPAbs    EQU    -54 
  12. _LVOIEEEDPNeg    EQU    -60 
  13. _LVOIEEEDPAdd    EQU    -66 
  14. _LVOIEEEDPSub    EQU    -72 
  15. _LVOIEEEDPMul    EQU    -78 
  16. _LVOIEEEDPDiv    EQU    -84 
  17. _LVOIEEEDPFloor    EQU    -90 
  18. _LVOIEEEDPCeil    EQU    -96 
  19.